home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6507.txt < prev    next >
Text File  |  1996-08-30  |  657b  |  15 lines

  1. Log
  2.  
  3. Logarithm function. This function lets you calculate the logarithm with base e (2.71828182846...) of a linear function of the input value. By using the default parameters, you get a standard logarithm function, i.e., ln(x).
  4.  
  5. Note that the logarithm function is not defined for negative numbers. However, if you try to calculate the logarithm of a negative number, you do not get any error message. Instead DynRisk simply uses zero as the result value of the edge function.
  6.  
  7. Default parameter values:
  8.     a = 1, b = 1, c = 0
  9.  
  10. Example:
  11.     a = 1, b = 1, c = 0
  12.  
  13.     Input = 4.2  =>  Output =     1.4351
  14.     Input = 3.5  =>  Output =     1.2528
  15.     Input = -1   =>  Output =     0